home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / mcrbb116.lha / Coding / Finished / MicroBBS1.16 / History.txt next >
Text File  |  1996-05-04  |  7KB  |  239 lines

  1. -------------------------------------------------------------------------------
  2.                                     MicroBBS
  3. -------------------------------------------------------------------------------
  4.  
  5.     Write good code. Test it. Then make it great.
  6.  
  7.                                         - RKRM Libraries p. 922
  8.  
  9. -------------------------------------------------------------------------------
  10. Several private releases...
  11. -------------------------------------------------------------------------------
  12.  
  13. -------------------------------------------------------------------------------
  14. V 1.1 - private
  15. -------------------------------------------------------------------------------
  16. - removed options:
  17.  
  18.     - SysopColor
  19.     - UserColor
  20.     - Watch ( Config & Commandline!)
  21.  
  22. - added options:
  23.  
  24.     -   ( Console
  25.             ( Left <Number> )
  26.             ( Top <Number> )
  27.             ( Width <Number> )
  28.             ( Height <Number> )
  29.             ( PubScreen <Name> ) (with auto-fallback)
  30.             ( Font <Name> )
  31.             ( FontSize <Number> )
  32.         )
  33.  
  34.         only with key!
  35.  
  36.     -   ( Screen
  37.             ( Width <Number> )
  38.             ( Height <Number> )
  39.             ( Depth <Number> )
  40.             ( Name <Name> )
  41.             ( DisplayID <Number> ) (no hex value!)
  42.         )
  43.  
  44.         only with key!
  45.  
  46.  
  47.     -   ( Chatter
  48.             ( SerialColor <Number> )
  49.             ( ConsoleColor <Number> )
  50.         )
  51.  
  52.         only with key!
  53.  
  54.     -   ( Prompt <String> )
  55.  
  56.         set's the BBS-prompt
  57.  
  58.         default: "AE%H:%M:%S> "
  59.  
  60.         only with key!
  61.  
  62. - added command:
  63.  
  64.     -   ( Echo <String> )
  65.  
  66.         Hint:  ( Echo "H" ) == ClearScreen...
  67.  
  68. - changed command:
  69.  
  70.     - WaitReturn will NOT type WaitReturn.txt anymore!
  71.       Use a batch like this from now on:
  72.  
  73.         ( WaitReturn.bat
  74.             ( WaitReturn.txt )
  75.             ( WaitReturn )
  76.         )
  77.  
  78.         or better:
  79.  
  80.         ( WaitReturn.bat
  81.             ( Echo "ECReturn >" )
  82.             ( WaitReturn )
  83.         )
  84.  
  85.     - the Text-function tries to execute WaitReturn.bat when typing texts which are longer than the users maxlines.
  86.  
  87. - using console.device instead of CON:
  88.  
  89.     - no waste of cpu-time anymore
  90.     - should loose less or no chars anymore
  91.  
  92. - done major rework on the spawnmode:
  93.  
  94.     - should be faster now
  95.     - supports RAW & CON
  96.  
  97. - removed this stupid "make the config lowercase" behaviour
  98.  
  99. - added LOADS of percent commands, all time related:
  100.  
  101.     - %a short name of the weekday
  102.     - %A full
  103.     - %b short name of the month
  104.     - %B full
  105.     - %c local displaymethod of date and time
  106.     - %d day of the month (01-31)
  107.     - %H hour (00-23)
  108.     - %I hour (01-12)
  109.     - %j day of the year (001-366)
  110.     - %m month (01-12)
  111.     - %M minute (00-59)
  112.     - %p local equivalent of AM or PM
  113.     - %S second (00-61)
  114.     - %U week of the year (sunday is first weekday) (00-53)
  115.     - %w weekday (0-6)
  116.     - %W week of the year (monday is first weekday) (00-53)
  117.     - %x local displaymethod of the date
  118.     - %X local displaymethod of the time
  119.     - %y year without century (00-99)
  120.     - %Y year including century
  121.     - %Z name of the time-zone
  122.  
  123. - problems left:
  124.  
  125.     - cursorkeys don't work correct
  126.     - no PASTE in console window
  127.  
  128. - soon:
  129.     - correct ansi-colors
  130.     - PASTE
  131.     - cursorkeys
  132. -------------------------------------------------------------------------------
  133.  
  134. -------------------------------------------------------------------------------
  135. V 1.11 - private
  136. -------------------------------------------------------------------------------
  137.  
  138. - fixed a really stupid BUG which gurued the download
  139.  
  140. - fixed ansi-colors
  141.  
  142. - replaced option
  143.  
  144.     -   ( Screen
  145.             ( DisplayID <Number> ) (no hex value!)
  146.         )
  147.  
  148.     with
  149.  
  150.     -   ( Screen
  151.             ( Mode <ModeName> ) (e.g. PICASSO:800x600x256 )
  152.         )
  153. -------------------------------------------------------------------------------
  154.  
  155. -------------------------------------------------------------------------------
  156. V 1.12 - private
  157. -------------------------------------------------------------------------------
  158.  
  159. - crippeled some functions
  160.  
  161.     Function name       functionality without key
  162.  
  163.     - Upload            none
  164.     - GetLines          single line only
  165.     - Configs           none
  166.     - Console           uses default settings
  167.     - Screen            none
  168.     - Chatter           uses default settings
  169.  
  170.     - Node (CLI-Arg)    defaults to 0
  171.  
  172. - changed option:
  173.  
  174.     ( Menu
  175.         ( Before
  176.             <Command>
  177.             <Command>
  178.             <Command>
  179.         )
  180.     )
  181.  
  182.     The Before-option will no more be executed after performing a menu-option.
  183.     Use the after-option instead. To get the same functinality as before, add
  184.     an After-option with the same command as the Before-option to every menu.
  185.  
  186. - added option:
  187.  
  188.     ( Menu
  189.         ( After
  190.             <Command>
  191.             <Command>
  192.             <Command>
  193.         )
  194.     )
  195.  
  196. - moved location of FLG to BBS:Commands/FLG/
  197. -------------------------------------------------------------------------------
  198.  
  199. -------------------------------------------------------------------------------
  200. V 1.13 - private
  201. -------------------------------------------------------------------------------
  202. - fixed:
  203.     some zero-page trashing during startup.
  204.     enforcer-hit in  config-building and config-scanning.
  205. -------------------------------------------------------------------------------
  206.  
  207. -------------------------------------------------------------------------------
  208. V 1.14 - private
  209. -------------------------------------------------------------------------------
  210. - fixed:
  211.     trouble with upload-function.
  212. -------------------------------------------------------------------------------
  213.  
  214. -------------------------------------------------------------------------------
  215. V 1.15 - public - 10.03.96
  216. -------------------------------------------------------------------------------
  217. - fixed:
  218.     improved handler. Remote-Shell works now.
  219.  
  220. - removed:
  221.     WriteMessage.
  222. -------------------------------------------------------------------------------
  223.  
  224. -------------------------------------------------------------------------------
  225. V 1.16 - public 05.05.96
  226. -------------------------------------------------------------------------------
  227. - added:
  228.  
  229.     - %Device   serial device used.
  230.     - %Unit     serial unit used.
  231.  
  232.     - Tooltype EXCLUSIVE    open serial device in non-shared mode.
  233.  
  234. - fixed
  235.     - some proplems with telnet.
  236.     - fixed Enforcerhits.
  237.     - reworked input again...
  238. -------------------------------------------------------------------------------
  239.